projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4831df
)
Build gtk-doc scanner without deprecation warnings
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 23 Jan 2014 23:49:12 +0000
(18:49 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Jan 2014 02:09:24 +0000
(21:09 -0500)
Use of deprecated symbols is expected in this code,
no need to warn about it.
docs/reference/gtk/Makefile.am
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/Makefile.am
b/docs/reference/gtk/Makefile.am
index 848bcd731c225ff1d0a3b53a9f4bed64ec334a91..e66e20f48e55a211af1712b219d6f865ec6fd076 100644
(file)
--- a/
docs/reference/gtk/Makefile.am
+++ b/
docs/reference/gtk/Makefile.am
@@
-112,6
+112,7
@@
AM_CPPFLAGS = \
-I$(top_builddir) \
-I$(top_builddir)/gdk \
-DGTK_ENABLE_BROKEN \
+ -Wno-deprecated-declarations \
$(GTK_DEBUG_FLAGS) \
$(GTK_DEP_CFLAGS)